projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fc7e03
)
(xstring): Use size_byte.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Jan 1998 20:41:17 +0000
(20:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 4 Jan 1998 20:41:17 +0000
(20:41 +0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index e9bb716a091cdbd22e0d02e0fcadd718a4e5f82e..b2395e9e3c9e4d32da027686ae287f992beefc2c 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-158,7
+158,7
@@
end
define xstring
print (struct Lisp_String *) (($ & $valmask) | gdb_data_seg_bits)
-output ($->size > 1000) ? 0 : ($->data[0])@($->size)
+output ($->size > 1000) ? 0 : ($->data[0])@($->size
_byte
)
echo \n
end
document xstring